| Name | Description | |
|---|---|---|
![]() | PDFExponentialFunction Constructor | Overloaded. |
The following tables list the members exposed by PDFExponentialFunction.
| Name | Description | |
|---|---|---|
![]() | PDFExponentialFunction Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
![]() | cosFunction | (Inherited from com.o2sol.pdf4java.pdffunctions.PDFFunction) |
| Name | Description | |
|---|---|---|
![]() | calculate | Calculates the function for the given input. This method supports the internal library infrastructure and should not be used by external client code. |
![]() | convertToGray | This method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.pdffunctions.PDFFunction) |
![]() ![]() | createFromCosFunction | Creates a PDFFunction based on a COS function. (Inherited from com.o2sol.pdf4java.pdffunctions.PDFFunction) |
![]() | getC0 | Gets the function result when input value is 0. |
![]() | getC1 | Gets the function result when input value is 1. |
![]() | getCosFunction | Gets the COS function. (Inherited from com.o2sol.pdf4java.pdffunctions.PDFFunction) |
![]() | getDomain | Gets the function domain. (Inherited from com.o2sol.pdf4java.pdffunctions.PDFFunction) |
![]() | getExponent | Gets the interpolation exponent. |
![]() | getRange | Gets the function range. (Inherited from com.o2sol.pdf4java.pdffunctions.PDFFunction) |
![]() | setC0 | Sets the function result when input value is 0. |
![]() | setC1 | Sets the function result when input value is 1. |
![]() | setDomain | Sets the function domain. (Inherited from com.o2sol.pdf4java.pdffunctions.PDFFunction) |
![]() | setExponent | Sets the interpolation exponent. |
![]() | setRange | Sets the function range. (Inherited from com.o2sol.pdf4java.pdffunctions.PDFFunction) |